Skip to content

Conversation

@ncomerci
Copy link
Member

@ncomerci ncomerci commented Jan 2, 2026

Usage example:

import { Tokens } from '@mimicprotocol/lib-ts'

import { inputs } from './types'

export default function main(): void {
  const sourceChain = inputs.sourceChain
  const destinationChain = inputs.destinationChain

  const tokenIn = Tokens.USDC.on(sourceChain)
  const tokenOut = Tokens.USDC.on(destinationChain)

  // ...
}

TODO:

@ncomerci ncomerci self-assigned this Jan 2, 2026
@ncomerci ncomerci requested a review from alavarello January 2, 2026 18:14
alavarello
alavarello previously approved these changes Jan 7, 2026
alavarello
alavarello previously approved these changes Jan 8, 2026
@ncomerci ncomerci merged commit da39b85 into main Jan 8, 2026
9 checks passed
@ncomerci ncomerci deleted the lib/support-get-token-by-chain-id branch January 8, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants